From 4a70b282deb973370f10ccbf98572089d89fe06c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Thu, 26 Nov 2009 05:28:25 +0100 Subject: [PATCH] [gdk] Remove deprecated GdkSelection stuff. --- docs/reference/gdk/gdk-sections.txt | 3 --- docs/reference/gdk/tmpl/selections.sgml | 30 ------------------------- gdk/gdkselection.h | 8 ------- 3 files changed, 41 deletions(-) diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index 9f53575591..dd530d7c07 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -798,9 +798,6 @@ gdk_window_thaw_toplevel_updates_libgtk_only
Selections selections -GdkSelection -GdkSelectionType -GdkTarget GDK_SELECTION_PRIMARY GDK_SELECTION_SECONDARY GDK_SELECTION_CLIPBOARD diff --git a/docs/reference/gdk/tmpl/selections.sgml b/docs/reference/gdk/tmpl/selections.sgml index 29fdd61c34..413bcf3273 100644 --- a/docs/reference/gdk/tmpl/selections.sgml +++ b/docs/reference/gdk/tmpl/selections.sgml @@ -50,36 +50,6 @@ to the X Inter-client Communication Conventions Manual - - -The #GdkSelection enumeration contains predefined -atom values for several common selections. - - - - - -The #GdkSelectionType enumeration contains predefined -atom values used to represent the types of data transferred -in response to a request for a target. See the -ICCCM for details about what data should be transferred -for each of these types. Other atoms can be used, -and the recommended practice for GTK+ is to to use mime -types for this purpose. However, supporting these types -may be useful for compatibility with older programs. - - - - - -The #GdkTarget enumeration contains predefined atom values which are -used to describe possible targets for a selection. Other atoms can be -used, and the recommended practice for GTK+ is to to use mime types -for this purpose. However, supporting these types may be useful for -compatibility with older programs. - - - A #GdkAtom representing the PRIMARY selection. diff --git a/gdk/gdkselection.h b/gdk/gdkselection.h index ee0cc715b8..fc5d4b40e8 100644 --- a/gdk/gdkselection.h +++ b/gdk/gdkselection.h @@ -55,14 +55,6 @@ G_BEGIN_DECLS #define GDK_SELECTION_TYPE_WINDOW _GDK_MAKE_ATOM (33) #define GDK_SELECTION_TYPE_STRING _GDK_MAKE_ATOM (31) -#ifndef GDK_DISABLE_DEPRECATED - -typedef GdkAtom GdkSelection; -typedef GdkAtom GdkTarget; -typedef GdkAtom GdkSelectionType; - -#endif /* GDK_DISABLE_DEPRECATED */ - /* Selections */ -- 2.30.2